home *** CD-ROM | disk | FTP | other *** search
- proc calculateSplay {u extend} {
-
- return [expr {($u * 67.) + (13. * (($extend - 1.)/4.))}]
- }
-
- proc translateShinyThing {x y z} { global shinyThing;
- if {$y < $shinyThing(radius)} {set shinyThing(yTranslate) $shinyThing(radius)} {}
- Translate $x $y $z
- }
-
-
- proc drawLeg {name rotation} {
-
- global leg legTop squishyJoint foot toe
-
- startShape $name
- Rotate $rotation 0 1 0
- # first we move away from the center of the body; out and down
- Translate 0 [expr {-1.5 * $legTop(radius)}] [expr {1.5 * $legTop(radius)}]
- # then rotate about the body to position this leg
- EveCmd {Rotate [calculateSplay $leg(rotate) $squishyJoint(extend)] 1 0 0 }
- #if {$rotation == 180} { Color {1 0 0} } { EveCmd {Color $legTop(color)} }
- EveCmd {Color $legTop(color)}
- EveCmd {Surface paintedplastic}
- # then draw the upper part of the leg; a hemisphere and cylinder
- EveCmd {Sphere $legTop(radius) $legTop(zMin) $legTop(zMax) $legTop(thetaMax)}
- EveCmd {Cylinder $legTop(radius) 0 $legTop(zMax) $legTop(thetaMax)}
- # we now translate down the leg in z to the end of the cylinder
- EveCmd {Translate 0 0 $legTop(zMax)}
- startShape squishyJoint
- EveCmd {Color $squishyJoint(color)}
- EveCmd {Surface RCRubber}
- set oldFlag [treatAttributeBeginLikeStartShape]
- treatAttributeBeginLikeStartShape 0
- AttributeBegin
- EveCmd {Displacement RCDented}
- EveCmd {Scale 1 1 $squishyJoint(extend)}
- EveCmd {Scale [expr {40 * $legTop(radius)}] [expr {40 * $legTop(radius)}] [expr {40 * $legTop(radius)}] }
- Rotate -90 1 0 0
- PatchMesh bicubic 49 nonperiodic 12 periodic {P} { 0.025000 0.000000 0.000164 0.025000 0.000000 0.000164 0.020000 -0.002500 0.000000 0.020000 -0.002500 0.000000 0.020000 -0.002500 0.000000 0.025000 -0.005000 0.000000 0.025000 -0.005000 0.000000 0.025000 -0.005000 0.000000 0.020000 -0.007500 0.000000 0.020000 -0.007500 0.000000 0.020000 -0.007500 0.000000 0.025000 -0.010000 0.000000 0.025000 -0.010000 0.000000 0.025000 -0.010000 0.000000 0.020000 -0.012500 0.000000 0.020000 -0.012500 0.000000 0.020000 -0.012500 0.000000 0.025000 -0.015000 0.000000 0.025000 -0.015000 0.000000 0.025000 -0.015000 0.000000 0.020000 -0.017500 0.000000 0.020000 -0.017500 0.000000 0.020000 -0.017500 0.000000 0.025000 -0.020000 0.000000 0.025000 -0.020000 0.000000 0.025000 -0.020000 0.000000 0.020000 -0.022500 0.000000 0.020000 -0.022500 0.000000 0.020000 -0.022500 0.000000 0.025000 -0.025000 0.000000 0.025000 -0.025000 0.000000 0.025000 -0.025000 0.000000 0.020000 -0.027500 0.000000 0.020000 -0.027500 0.000000 0.020000 -0.027500 0.000000 0.025000 -0.030000 0.000000 0.025000 -0.030000 0.000000 0.025000 -0.030000 0.000000 0.020000 -0.032500 0.000000 0.020000 -0.032500 0.000000 0.020000 -0.032500 0.000000 0.025000 -0.035000 0.000000 0.025000 -0.035000 0.000000 0.025000 -0.035000 0.000000 0.020000 -0.037500 0.000000 0.020000 -0.037500 0.000000 0.020000 -0.037500 0.000000 0.025000 -0.040000 0.000000 0.025000 -0.040000 0.000000 0.025000 0.000000 0.014164 0.025000 0.000000 0.014164 0.020000 -0.002500 0.012000 0.020000 -0.002500 0.012000 0.020000 -0.002500 0.012000 0.025000 -0.005000 0.014000 0.025000 -0.005000 0.014000 0.025000 -0.005000 0.014000 0.020000 -0.007500 0.012000 0.020000 -0.007500 0.012000 0.020000 -0.007500 0.012000 0.025000 -0.010000 0.014000 0.025000 -0.010000 0.014000 0.025000 -0.010000 0.014000 0.020000 -0.012500 0.012000 0.020000 -0.012500 0.012000 0.020000 -0.012500 0.012000 0.025000 -0.015000 0.014000 0.025000 -0.015000 0.014000 0.025000 -0.015000 0.014000 0.020000 -0.017500 0.012000 0.020000 -0.017500 0.012000 0.020000 -0.017500 0.012000 0.025000 -0.020000 0.014000 0.025000 -0.020000 0.014000 0.025000 -0.020000 0.014000 0.020000 -0.022500 0.012000 0.020000 -0.022500 0.012000 0.020000 -0.022500 0.012000 0.025000 -0.025000 0.014000 0.025000 -0.025000 0.014000 0.025000 -0.025000 0.014000 0.020000 -0.027500 0.012000 0.020000 -0.027500 0.012000 0.020000 -0.027500 0.012000 0.025000 -0.030000 0.014000 0.025000 -0.030000 0.014000 0.025000 -0.030000 0.014000 0.020000 -0.032500 0.012000 0.020000 -0.032500 0.012000 0.020000 -0.032500 0.012000 0.025000 -0.035000 0.014000 0.025000 -0.035000 0.014000 0.025000 -0.035000 0.014000 0.020000 -0.037500 0.012000 0.020000 -0.037500 0.012000 0.020000 -0.037500 0.012000 0.025000 -0.040000 0.014000 0.025000 -0.040000 0.014000 0.014000 0.000000 0.025164 0.014000 0.000000 0.025164 0.012000 -0.002500 0.020000 0.012000 -0.002500 0.020000 0.012000 -0.002500 0.020000 0.014000 -0.005000 0.025000 0.014000 -0.005000 0.025000 0.014000 -0.005000 0.025000 0.012000 -0.007500 0.020000 0.012000 -0.007500 0.020000 0.012000 -0.007500 0.020000 0.014000 -0.010000 0.025000 0.014000 -0.010000 0.025000 0.014000 -0.010000 0.025000 0.012000 -0.012500 0.020000 0.012000 -0.012500 0.020000 0.012000 -0.012500 0.020000 0.014000 -0.015000 0.025000 0.014000 -0.015000 0.025000 0.014000 -0.015000 0.025000 0.012000 -0.017500 0.020000 0.012000 -0.017500 0.020000 0.012000 -0.017500 0.020000 0.014000 -0.020000 0.025000 0.014000 -0.020000 0.025000 0.014000 -0.020000 0.025000 0.012000 -0.022500 0.020000 0.012000 -0.022500 0.020000 0.012000 -0.022500 0.020000 0.014000 -0.025000 0.025000 0.014000 -0.025000 0.025000 0.014000 -0.025000 0.025000 0.012000 -0.027500 0.020000 0.012000 -0.027500 0.020000 0.012000 -0.027500 0.020000 0.014000 -0.030000 0.025000 0.014000 -0.030000 0.025000 0.014000 -0.030000 0.025000 0.012000 -0.032500 0.020000 0.012000 -0.032500 0.020000 0.012000 -0.032500 0.020000 0.014000 -0.035000 0.025000 0.014000 -0.035000 0.025000 0.014000 -0.035000 0.025000 0.012000 -0.037500 0.020000 0.012000 -0.037500 0.020000 0.012000 -0.037500 0.020000 0.014000 -0.040000 0.025000 0.014000 -0.040000 0.025000 0.000000 0.000000 0.025164 0.000000 0.000000 0.025164 0.000000 -0.002500 0.020000 0.000000 -0.002500 0.020000 0.000000 -0.002500 0.020000 0.000000 -0.005000 0.025000 0.000000 -0.005000 0.025000 0.000000 -0.005000 0.025000 0.000000 -0.007500 0.020000 0.000000 -0.007500 0.020000 0.000000 -0.007500 0.020000 0.000000 -0.010000 0.025000 0.000000 -0.010000 0.025000 0.000000 -0.010000 0.025000 0.000000 -0.012500 0.020000 0.000000 -0.012500 0.020000 0.000000 -0.012500 0.020000 0.000000 -0.015000 0.025000 0.000000 -0.015000 0.025000 0.000000 -0.015000 0.025000 0.000000 -0.017500 0.020000 0.000000 -0.017500 0.020000 0.000000 -0.017500 0.020000 0.000000 -0.020000 0.025000 0.000000 -0.020000 0.025000 0.000000 -0.020000 0.025000 0.000000 -0.022500 0.020000 0.000000 -0.022500 0.020000 0.000000 -0.022500 0.020000 0.000000 -0.025000 0.025000 0.000000 -0.025000 0.025000 0.000000 -0.025000 0.025000 0.000000 -0.027500 0.020000 0.000000 -0.027500 0.020000 0.000000 -0.027500 0.020000 0.000000 -0.030000 0.025000 0.000000 -0.030000 0.025000 0.000000 -0.030000 0.025000 0.000000 -0.032500 0.020000 0.000000 -0.032500 0.020000 0.000000 -0.032500 0.020000 0.000000 -0.035000 0.025000 0.000000 -0.035000 0.025000 0.000000 -0.035000 0.025000 0.000000 -0.037500 0.020000 0.000000 -0.037500 0.020000 0.000000 -0.037500 0.020000 0.000000 -0.040000 0.025000 0.000000 -0.040000 0.025000 -0.014000 0.000000 0.025164 -0.014000 0.000000 0.025164 -0.012000 -0.002500 0.020000 -0.012000 -0.002500 0.020000 -0.012000 -0.002500 0.020000 -0.014000 -0.005000 0.025000 -0.014000 -0.005000 0.025000 -0.014000 -0.005000 0.025000 -0.012000 -0.007500 0.020000 -0.012000 -0.007500 0.020000 -0.012000 -0.007500 0.020000 -0.014000 -0.010000 0.025000 -0.014000 -0.010000 0.025000 -0.014000 -0.010000 0.025000 -0.012000 -0.012500 0.020000 -0.012000 -0.012500 0.020000 -0.012000 -0.012500 0.020000 -0.014000 -0.015000 0.025000 -0.014000 -0.015000 0.025000 -0.014000 -0.015000 0.025000 -0.012000 -0.017500 0.020000 -0.012000 -0.017500 0.020000 -0.012000 -0.017500 0.020000 -0.014000 -0.020000 0.025000 -0.014000 -0.020000 0.025000 -0.014000 -0.020000 0.025000 -0.012000 -0.022500 0.020000 -0.012000 -0.022500 0.020000 -0.012000 -0.022500 0.020000 -0.014000 -0.025000 0.025000 -0.014000 -0.025000 0.025000 -0.014000 -0.025000 0.025000 -0.012000 -0.027500 0.020000 -0.012000 -0.027500 0.020000 -0.012000 -0.027500 0.020000 -0.014000 -0.030000 0.025000 -0.014000 -0.030000 0.025000 -0.014000 -0.030000 0.025000 -0.012000 -0.032500 0.020000 -0.012000 -0.032500 0.020000 -0.012000 -0.032500 0.020000 -0.014000 -0.035000 0.025000 -0.014000 -0.035000 0.025000 -0.014000 -0.035000 0.025000 -0.012000 -0.037500 0.020000 -0.012000 -0.037500 0.020000 -0.012000 -0.037500 0.020000 -0.014000 -0.040000 0.025000 -0.014000 -0.040000 0.025000 -0.025000 0.000000 0.014164 -0.025000 0.000000 0.014164 -0.020000 -0.002500 0.012000 -0.020000 -0.002500 0.012000 -0.020000 -0.002500 0.012000 -0.025000 -0.005000 0.014000 -0.025000 -0.005000 0.014000 -0.025000 -0.005000 0.014000 -0.020000 -0.007500 0.012000 -0.020000 -0.007500 0.012000 -0.020000 -0.007500 0.012000 -0.025000 -0.010000 0.014000 -0.025000 -0.010000 0.014000 -0.025000 -0.010000 0.014000 -0.020000 -0.012500 0.012000 -0.020000 -0.012500 0.012000 -0.020000 -0.012500 0.012000 -0.025000 -0.015000 0.014000 -0.025000 -0.015000 0.014000 -0.025000 -0.015000 0.014000 -0.020000 -0.017500 0.012000 -0.020000 -0.017500 0.012000 -0.020000 -0.017500 0.012000 -0.025000 -0.020000 0.014000 -0.025000 -0.020000 0.014000 -0.025000 -0.020000 0.014000 -0.020000 -0.022500 0.012000 -0.020000 -0.022500 0.012000 -0.020000 -0.022500 0.012000 -0.025000 -0.025000 0.014000 -0.025000 -0.025000 0.014000 -0.025000 -0.025000 0.014000 -0.020000 -0.027500 0.012000 -0.020000 -0.027500 0.012000 -0.020000 -0.027500 0.012000 -0.025000 -0.030000 0.014000 -0.025000 -0.030000 0.014000 -0.025000 -0.030000 0.014000 -0.020000 -0.032500 0.012000 -0.020000 -0.032500 0.012000 -0.020000 -0.032500 0.012000 -0.025000 -0.035000 0.014000 -0.025000 -0.035000 0.014000 -0.025000 -0.035000 0.014000 -0.020000 -0.037500 0.012000 -0.020000 -0.037500 0.012000 -0.020000 -0.037500 0.012000 -0.025000 -0.040000 0.014000 -0.025000 -0.040000 0.014000 -0.025000 0.000000 0.000164 -0.025000 0.000000 0.000164 -0.020000 -0.002500 0.000000 -0.020000 -0.002500 0.000000 -0.020000 -0.002500 0.000000 -0.025000 -0.005000 0.000000 -0.025000 -0.005000 0.000000 -0.025000 -0.005000 0.000000 -0.020000 -0.007500 0.000000 -0.020000 -0.007500 0.000000 -0.020000 -0.007500 0.000000 -0.025000 -0.010000 0.000000 -0.025000 -0.010000 0.000000 -0.025000 -0.010000 0.000000 -0.020000 -0.012500 0.000000 -0.020000 -0.012500 0.000000 -0.020000 -0.012500 0.000000 -0.025000 -0.015000 0.000000 -0.025000 -0.015000 0.000000 -0.025000 -0.015000 0.000000 -0.020000 -0.017500 0.000000 -0.020000 -0.017500 0.000000 -0.020000 -0.017500 0.000000 -0.025000 -0.020000 0.000000 -0.025000 -0.020000 0.000000 -0.025000 -0.020000 0.000000 -0.020000 -0.022500 0.000000 -0.020000 -0.022500 0.000000 -0.020000 -0.022500 0.000000 -0.025000 -0.025000 0.000000 -0.025000 -0.025000 0.000000 -0.025000 -0.025000 0.000000 -0.020000 -0.027500 0.000000 -0.020000 -0.027500 0.000000 -0.020000 -0.027500 0.000000 -0.025000 -0.030000 0.000000 -0.025000 -0.030000 0.000000 -0.025000 -0.030000 0.000000 -0.020000 -0.032500 0.000000 -0.020000 -0.032500 0.000000 -0.020000 -0.032500 0.000000 -0.025000 -0.035000 0.000000 -0.025000 -0.035000 0.000000 -0.025000 -0.035000 0.000000 -0.020000 -0.037500 0.000000 -0.020000 -0.037500 0.000000 -0.020000 -0.037500 0.000000 -0.025000 -0.040000 0.000000 -0.025000 -0.040000 0.000000 -0.025000 0.000000 -0.013836 -0.025000 0.000000 -0.013836 -0.020000 -0.002500 -0.012000 -0.020000 -0.002500 -0.012000 -0.020000 -0.002500 -0.012000 -0.025000 -0.005000 -0.014000 -0.025000 -0.005000 -0.014000 -0.025000 -0.005000 -0.014000 -0.020000 -0.007500 -0.012000 -0.020000 -0.007500 -0.012000 -0.020000 -0.007500 -0.012000 -0.025000 -0.010000 -0.014000 -0.025000 -0.010000 -0.014000 -0.025000 -0.010000 -0.014000 -0.020000 -0.012500 -0.012000 -0.020000 -0.012500 -0.012000 -0.020000 -0.012500 -0.012000 -0.025000 -0.015000 -0.014000 -0.025000 -0.015000 -0.014000 -0.025000 -0.015000 -0.014000 -0.020000 -0.017500 -0.012000 -0.020000 -0.017500 -0.012000 -0.020000 -0.017500 -0.012000 -0.025000 -0.020000 -0.014000 -0.025000 -0.020000 -0.014000 -0.025000 -0.020000 -0.014000 -0.020000 -0.022500 -0.012000 -0.020000 -0.022500 -0.012000 -0.020000 -0.022500 -0.012000 -0.025000 -0.025000 -0.014000 -0.025000 -0.025000 -0.014000 -0.025000 -0.025000 -0.014000 -0.020000 -0.027500 -0.012000 -0.020000 -0.027500 -0.012000 -0.020000 -0.027500 -0.012000 -0.025000 -0.030000 -0.014000 -0.025000 -0.030000 -0.014000 -0.025000 -0.030000 -0.014000 -0.020000 -0.032500 -0.012000 -0.020000 -0.032500 -0.012000 -0.020000 -0.032500 -0.012000 -0.025000 -0.035000 -0.014000 -0.025000 -0.035000 -0.014000 -0.025000 -0.035000 -0.014000 -0.020000 -0.037500 -0.012000 -0.020000 -0.037500 -0.012000 -0.020000 -0.037500 -0.012000 -0.025000 -0.040000 -0.014000 -0.025000 -0.040000 -0.014000 -0.014000 0.000000 -0.024836 -0.014000 0.000000 -0.024836 -0.012000 -0.002500 -0.020000 -0.012000 -0.002500 -0.020000 -0.012000 -0.002500 -0.020000 -0.014000 -0.005000 -0.025000 -0.014000 -0.005000 -0.025000 -0.014000 -0.005000 -0.025000 -0.012000 -0.007500 -0.020000 -0.012000 -0.007500 -0.020000 -0.012000 -0.007500 -0.020000 -0.014000 -0.010000 -0.025000 -0.014000 -0.010000 -0.025000 -0.014000 -0.010000 -0.025000 -0.012000 -0.012500 -0.020000 -0.012000 -0.012500 -0.020000 -0.012000 -0.012500 -0.020000 -0.014000 -0.015000 -0.025000 -0.014000 -0.015000 -0.025000 -0.014000 -0.015000 -0.025000 -0.012000 -0.017500 -0.020000 -0.012000 -0.017500 -0.020000 -0.012000 -0.017500 -0.020000 -0.014000 -0.020000 -0.025000 -0.014000 -0.020000 -0.025000 -0.014000 -0.020000 -0.025000 -0.012000 -0.022500 -0.020000 -0.012000 -0.022500 -0.020000 -0.012000 -0.022500 -0.020000 -0.014000 -0.025000 -0.025000 -0.014000 -0.025000 -0.025000 -0.014000 -0.025000 -0.025000 -0.012000 -0.027500 -0.020000 -0.012000 -0.027500 -0.020000 -0.012000 -0.027500 -0.020000 -0.014000 -0.030000 -0.025000 -0.014000 -0.030000 -0.025000 -0.014000 -0.030000 -0.025000 -0.012000 -0.032500 -0.020000 -0.012000 -0.032500 -0.020000 -0.012000 -0.032500 -0.020000 -0.014000 -0.035000 -0.025000 -0.014000 -0.035000 -0.025000 -0.014000 -0.035000 -0.025000 -0.012000 -0.037500 -0.020000 -0.012000 -0.037500 -0.020000 -0.012000 -0.037500 -0.020000 -0.014000 -0.040000 -0.025000 -0.014000 -0.040000 -0.025000 0.000000 0.000000 -0.024836 0.000000 0.000000 -0.024836 0.000000 -0.002500 -0.020000 0.000000 -0.002500 -0.020000 0.000000 -0.002500 -0.020000 0.000000 -0.005000 -0.025000 0.000000 -0.005000 -0.025000 0.000000 -0.005000 -0.025000 0.000000 -0.007500 -0.020000 0.000000 -0.007500 -0.020000 0.000000 -0.007500 -0.020000 0.000000 -0.010000 -0.025000 0.000000 -0.010000 -0.025000 0.000000 -0.010000 -0.025000 0.000000 -0.012500 -0.020000 0.000000 -0.012500 -0.020000 0.000000 -0.012500 -0.020000 0.000000 -0.015000 -0.025000 0.000000 -0.015000 -0.025000 0.000000 -0.015000 -0.025000 0.000000 -0.017500 -0.020000 0.000000 -0.017500 -0.020000 0.000000 -0.017500 -0.020000 0.000000 -0.020000 -0.025000 0.000000 -0.020000 -0.025000 0.000000 -0.020000 -0.025000 0.000000 -0.022500 -0.020000 0.000000 -0.022500 -0.020000 0.000000 -0.022500 -0.020000 0.000000 -0.025000 -0.025000 0.000000 -0.025000 -0.025000 0.000000 -0.025000 -0.025000 0.000000 -0.027500 -0.020000 0.000000 -0.027500 -0.020000 0.000000 -0.027500 -0.020000 0.000000 -0.030000 -0.025000 0.000000 -0.030000 -0.025000 0.000000 -0.030000 -0.025000 0.000000 -0.032500 -0.020000 0.000000 -0.032500 -0.020000 0.000000 -0.032500 -0.020000 0.000000 -0.035000 -0.025000 0.000000 -0.035000 -0.025000 0.000000 -0.035000 -0.025000 0.000000 -0.037500 -0.020000 0.000000 -0.037500 -0.020000 0.000000 -0.037500 -0.020000 0.000000 -0.040000 -0.025000 0.000000 -0.040000 -0.025000 0.014000 0.000000 -0.024836 0.014000 0.000000 -0.024836 0.012000 -0.002500 -0.020000 0.012000 -0.002500 -0.020000 0.012000 -0.002500 -0.020000 0.014000 -0.005000 -0.025000 0.014000 -0.005000 -0.025000 0.014000 -0.005000 -0.025000 0.012000 -0.007500 -0.020000 0.012000 -0.007500 -0.020000 0.012000 -0.007500 -0.020000 0.014000 -0.010000 -0.025000 0.014000 -0.010000 -0.025000 0.014000 -0.010000 -0.025000 0.012000 -0.012500 -0.020000 0.012000 -0.012500 -0.020000 0.012000 -0.012500 -0.020000 0.014000 -0.015000 -0.025000 0.014000 -0.015000 -0.025000 0.014000 -0.015000 -0.025000 0.012000 -0.017500 -0.020000 0.012000 -0.017500 -0.020000 0.012000 -0.017500 -0.020000 0.014000 -0.020000 -0.025000 0.014000 -0.020000 -0.025000 0.014000 -0.020000 -0.025000 0.012000 -0.022500 -0.020000 0.012000 -0.022500 -0.020000 0.012000 -0.022500 -0.020000 0.014000 -0.025000 -0.025000 0.014000 -0.025000 -0.025000 0.014000 -0.025000 -0.025000 0.012000 -0.027500 -0.020000 0.012000 -0.027500 -0.020000 0.012000 -0.027500 -0.020000 0.014000 -0.030000 -0.025000 0.014000 -0.030000 -0.025000 0.014000 -0.030000 -0.025000 0.012000 -0.032500 -0.020000 0.012000 -0.032500 -0.020000 0.012000 -0.032500 -0.020000 0.014000 -0.035000 -0.025000 0.014000 -0.035000 -0.025000 0.014000 -0.035000 -0.025000 0.012000 -0.037500 -0.020000 0.012000 -0.037500 -0.020000 0.012000 -0.037500 -0.020000 0.014000 -0.040000 -0.025000 0.014000 -0.040000 -0.025000 0.025000 0.000000 -0.013836 0.025000 0.000000 -0.013836 0.020000 -0.002500 -0.012000 0.020000 -0.002500 -0.012000 0.020000 -0.002500 -0.012000 0.025000 -0.005000 -0.014000 0.025000 -0.005000 -0.014000 0.025000 -0.005000 -0.014000 0.020000 -0.007500 -0.012000 0.020000 -0.007500 -0.012000 0.020000 -0.007500 -0.012000 0.025000 -0.010000 -0.014000 0.025000 -0.010000 -0.014000 0.025000 -0.010000 -0.014000 0.020000 -0.012500 -0.012000 0.020000 -0.012500 -0.012000 0.020000 -0.012500 -0.012000 0.025000 -0.015000 -0.014000 0.025000 -0.015000 -0.014000 0.025000 -0.015000 -0.014000 0.020000 -0.017500 -0.012000 0.020000 -0.017500 -0.012000 0.020000 -0.017500 -0.012000 0.025000 -0.020000 -0.014000 0.025000 -0.020000 -0.014000 0.025000 -0.020000 -0.014000 0.020000 -0.022500 -0.012000 0.020000 -0.022500 -0.012000 0.020000 -0.022500 -0.012000 0.025000 -0.025000 -0.014000 0.025000 -0.025000 -0.014000 0.025000 -0.025000 -0.014000 0.020000 -0.027500 -0.012000 0.020000 -0.027500 -0.012000 0.020000 -0.027500 -0.012000 0.025000 -0.030000 -0.014000 0.025000 -0.030000 -0.014000 0.025000 -0.030000 -0.014000 0.020000 -0.032500 -0.012000 0.020000 -0.032500 -0.012000 0.020000 -0.032500 -0.012000 0.025000 -0.035000 -0.014000 0.025000 -0.035000 -0.014000 0.025000 -0.035000 -0.014000 0.020000 -0.037500 -0.012000 0.020000 -0.037500 -0.012000 0.020000 -0.037500 -0.012000 0.025000 -0.040000 -0.014000 0.025000 -0.040000 -0.014000 } ;
- AttributeEnd
- treatAttributeBeginLikeStartShape $oldFlag
- # this then *should* translate us down to the end of the squishy joint.
- #EveCmd {Translate 0 [expr {-1 * $legTop(radius)}] [expr {(2.5 * $legTop(radius)) + ($squishyJoint(extend) * $legTop(radius))}]}
- EveCmd {Translate 0 [expr {-1 * $legTop(radius)}] 0}
- EveCmd {Translate 0 0 [expr {(2.5 * $legTop(radius)) + ($squishyJoint(extend) * $legTop(radius))}]}
- startShape ankle
- EveCmd {Rotate [expr {-1 * [calculateSplay $leg(rotate) $squishyJoint(extend)]}] 1 0 0 }
- EveCmd {Color $foot(color)}
- EveCmd {Surface paintedplastic}
- Scale .8 1 1
- startShape foot
- EveCmd {Rotate $foot(twist) 0 1 0}
- # okay, we want the following translate in Z to be modulated by 0 to 90
- # when $leg(rotate) == 0, the translate equals 0
- EveCmd {Translate 0 0 [expr {$leg(rotate) * (2 * $legTop(radius))}]}
- EveCmd {Sphere [expr {3 * $legTop(radius)}] [expr {3 * $legTop(zMin)}] [expr {3 * $legTop(zMax)}] 180}
- TransformBegin
- EveCmd {Rotate 90 1 0 0 }
- EveCmd {Surface matte}
- EveCmd {Disk 0 [expr {3 * $legTop(radius)}] 360}
- TransformEnd
- EveCmd {Translate 0 0 $legTop(radius) }
- startShape bigToe
- Color {0 0 0}
- EveCmd {Surface RCMetal}
- EveCmd {Sphere [expr {2.25 * $legTop(radius)}] [expr {2.25 * $legTop(zMin)}] [expr {2.25 * $legTop(zMax)}] 180}
- EveCmd {Rotate 90 1 0 0 }
- EveCmd {Color $foot(color)}
- EveCmd {Surface matte}
- EveCmd {Disk 0 [expr {2.25 * $legTop(radius)}] 360}
- endShape
- startShape littleToeA
- Color {1 1 1}
- Rotate 25 0 1 0
- EveCmd {Surface RCMetal}
- EveCmd {Translate 0 0 [expr {1.75 * $legTop(radius)}]}
- EveCmd {Sphere [expr {.6 * $legTop(radius)}] [expr {.6 * $legTop(zMin)}] [expr {.6 * $legTop(zMax)}] 180}
- EveCmd {Rotate 90 1 0 0 }
- EveCmd {Color $toe(color)}
- EveCmd {Surface matte}
- EveCmd {Disk 0 [expr {.6 * $legTop(radius)}] 360}
- endShape
- startShape littleToeB
- Color {1 1 1}
- Rotate -25 0 1 0
- EveCmd {Surface RCMetal}
- EveCmd {Translate 0 0 [expr {1.75 * $legTop(radius)}]}
- EveCmd {Sphere [expr {.6 * $legTop(radius)}] [expr {.6 * $legTop(zMin)}] [expr {.6 * $legTop(zMax)}] 180}
- EveCmd {Rotate 90 1 0 0 }
- EveCmd {Color $toe(color)}
- EveCmd {Surface matte}
- EveCmd {Disk 0 [expr {.6 * $legTop(radius)}] 360}
- endShape
- startShape littleToeC
- Color {1 1 1}
- EveCmd {Surface RCMetal}
- EveCmd {Translate 0 0 [expr {1.75 * $legTop(radius)}]}
- EveCmd {Sphere [expr {.6 * $legTop(radius)}] [expr {.6 * $legTop(zMin)}] [expr {.6 * $legTop(zMax)}] 180}
- EveCmd {Rotate 90 1 0 0 }
- EveCmd {Color $toe(color)}
- EveCmd {Surface matte}
- EveCmd {Disk 0 [expr {.6 * $legTop(radius)}] 360}
- endShape
- endShape
- endShape
- endShape
- endShape
- }
-
-
- proc tailSag {sag splay} {
-
- if {$sag > -10} \
- { Rotate [expr {($sag * $splay) - 10}] 1 0 0 ;
- } \
- { Rotate $sag 1 0 0 ;
- }
- }
-
- # so here's the deal: when downUpAngle is negative, we have to
- # modulate it's value by the splay value. When $splay is 90, the
- # modulation factor is 0, but when splay drops to 0, the modulation goes
- # to 1. Said another way, if $splay is 90, we can leave the downUp
- # Angle alone, but the closer splay moves to zero,
-
- # at splay 0 and extend is 1, we want to max downUpAngle at 12
- # at splay .7, we want to max downUpAngle at -26
- # at splay .5, -18
- # at splay 0, extend is 5, max should be -5
- # at splay 0, extend is 1, max should be -45
-
- # so there's a (-40 * (($extend - 1)/4)) goes from 0 to 1
-
-
- proc lookDownOrUp {downUpAngle splay extend} {
-
- if {$downUpAngle <= 8} \
- { Rotate [expr {8 - ($downUpAngle * $splay)}] 1 0 0 ;
- } \
- { Rotate $downUpAngle 1 0 0 ;
- }
- }
-
-